﻿2025-11-28T06:49:40.0591340Z ##[group]Run actions/checkout@v4
2025-11-28T06:49:40.0591979Z with:
2025-11-28T06:49:40.0592229Z   repository: heyarchie-ai/archie-platform-v3
2025-11-28T06:49:40.0592711Z   token: ***
2025-11-28T06:49:40.0592900Z   ssh-strict: true
2025-11-28T06:49:40.0593096Z   ssh-user: git
2025-11-28T06:49:40.0593288Z   persist-credentials: true
2025-11-28T06:49:40.0593511Z   clean: true
2025-11-28T06:49:40.0593712Z   sparse-checkout-cone-mode: true
2025-11-28T06:49:40.0593950Z   fetch-depth: 1
2025-11-28T06:49:40.0594140Z   fetch-tags: false
2025-11-28T06:49:40.0594329Z   show-progress: true
2025-11-28T06:49:40.0594529Z   lfs: false
2025-11-28T06:49:40.0594700Z   submodules: false
2025-11-28T06:49:40.0594894Z   set-safe-directory: true
2025-11-28T06:49:40.0595280Z ##[endgroup]
2025-11-28T06:49:40.1847779Z Syncing repository: heyarchie-ai/archie-platform-v3
2025-11-28T06:49:40.1850054Z ##[group]Getting Git version info
2025-11-28T06:49:40.1850817Z Working directory is '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T06:49:40.1852996Z [command]/usr/bin/git version
2025-11-28T06:49:40.1894927Z git version 2.51.2
2025-11-28T06:49:40.1922976Z ##[endgroup]
2025-11-28T06:49:40.1938579Z Temporarily overriding HOME='/home/runner/work/_temp/8c07b123-b8bd-4b7f-9cee-6fb3ece3628b' before making global git config changes
2025-11-28T06:49:40.1941022Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T06:49:40.1945704Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T06:49:40.1990911Z Deleting the contents of '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T06:49:40.1995959Z ##[group]Initializing the repository
2025-11-28T06:49:40.2002129Z [command]/usr/bin/git init /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T06:49:40.2126231Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-11-28T06:49:40.2128563Z hint: is subject to change. To configure the initial branch name to use in all
2025-11-28T06:49:40.2129669Z hint: of your new repositories, which will suppress this warning, call:
2025-11-28T06:49:40.2130310Z hint:
2025-11-28T06:49:40.2130817Z hint: 	git config --global init.defaultBranch <name>
2025-11-28T06:49:40.2131853Z hint:
2025-11-28T06:49:40.2132355Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-11-28T06:49:40.2133144Z hint: 'development'. The just-created branch can be renamed via this command:
2025-11-28T06:49:40.2133753Z hint:
2025-11-28T06:49:40.2134091Z hint: 	git branch -m <name>
2025-11-28T06:49:40.2134447Z hint:
2025-11-28T06:49:40.2134951Z hint: Disable this message with "git config set advice.defaultBranchName false"
2025-11-28T06:49:40.2135948Z Initialized empty Git repository in /home/runner/work/archie-platform-v3/archie-platform-v3/.git/
2025-11-28T06:49:40.2141072Z [command]/usr/bin/git remote add origin https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T06:49:40.2195851Z ##[endgroup]
2025-11-28T06:49:40.2196501Z ##[group]Disabling automatic garbage collection
2025-11-28T06:49:40.2197084Z [command]/usr/bin/git config --local gc.auto 0
2025-11-28T06:49:40.2229897Z ##[endgroup]
2025-11-28T06:49:40.2231451Z ##[group]Setting up auth
2025-11-28T06:49:40.2237873Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T06:49:40.2271838Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-11-28T06:49:40.2653670Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T06:49:40.2687425Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-11-28T06:49:40.2954965Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T06:49:40.2993085Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T06:49:40.3246924Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-11-28T06:49:40.3293164Z ##[endgroup]
2025-11-28T06:49:40.3294851Z ##[group]Fetching the repository
2025-11-28T06:49:40.3303400Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09:refs/remotes/pull/175/merge
2025-11-28T06:49:40.7811214Z From https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T06:49:40.7830428Z  * [new ref]         08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09 -> pull/175/merge
2025-11-28T06:49:40.7855498Z ##[endgroup]
2025-11-28T06:49:40.7857385Z ##[group]Determining the checkout info
2025-11-28T06:49:40.7859229Z ##[endgroup]
2025-11-28T06:49:40.7862882Z [command]/usr/bin/git sparse-checkout disable
2025-11-28T06:49:40.7904792Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-11-28T06:49:40.7934453Z ##[group]Checking out the ref
2025-11-28T06:49:40.7938603Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/175/merge
2025-11-28T06:49:40.8392963Z Note: switching to 'refs/remotes/pull/175/merge'.
2025-11-28T06:49:40.8401081Z 
2025-11-28T06:49:40.8401463Z You are in 'detached HEAD' state. You can look around, make experimental
2025-11-28T06:49:40.8402308Z changes and commit them, and you can discard any commits you make in this
2025-11-28T06:49:40.8403064Z state without impacting any branches by switching back to a branch.
2025-11-28T06:49:40.8403494Z 
2025-11-28T06:49:40.8404086Z If you want to create a new branch to retain commits you create, you may
2025-11-28T06:49:40.8404785Z do so (now or later) by using -c with the switch command. Example:
2025-11-28T06:49:40.8405622Z 
2025-11-28T06:49:40.8405789Z   git switch -c <new-branch-name>
2025-11-28T06:49:40.8406071Z 
2025-11-28T06:49:40.8406231Z Or undo this operation with:
2025-11-28T06:49:40.8406479Z 
2025-11-28T06:49:40.8406606Z   git switch -
2025-11-28T06:49:40.8406926Z 
2025-11-28T06:49:40.8407252Z Turn off this advice by setting config variable advice.detachedHead to false
2025-11-28T06:49:40.8407719Z 
2025-11-28T06:49:40.8408276Z HEAD is now at 08dee3a Merge 05d6d4f1f3ed583db0d618775b3806e4c1c948c8 into 57252f590e22b28209a166f542301e795e138302
2025-11-28T06:49:40.8420174Z ##[endgroup]
2025-11-28T06:49:40.8465962Z [command]/usr/bin/git log -1 --format=%H
2025-11-28T06:49:40.8495143Z 08dee3a63c06007d7f2dd1d4ce09aa92c8f43e09
